object Form1: TForm1 Left = 287 Top = 212 BorderIcons = [] BorderStyle = bsDialog Caption = 'Message' ClientHeight = 101 ClientWidth = 291 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 0 Width = 291 Height = 16 Align = alTop Alignment = taCenter Caption = 'Label1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Button1: TButton Left = 112 Top = 72 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = Button1Click end end